home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0796.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.0 KB  |  64 lines

  1. I ftp'd the binaries and ...
  2.  
  3. % install httpd_2.02-beta /kaos/data1/bin/httpd
  4. % install www_2.0-alpha /kaos/data1/bin/www
  5. % rehash
  6.  
  7. I wanted to serve an existing directory tree
  8.  
  9. % httpd -v -p 8009 -dyt /kaos/data1/gopher-data &
  10. httpd -v -p 8009 -dyt /kaos/data1/gopher-data &
  11. [1] 9081
  12. % Rule: For `/*' op 2 `/kaos/data1/gopher-data/*'
  13. Rule: For `*' op 3 `(null)'
  14. Daemon: Parsed address as port 8009, inet 0.0.0.0
  15. IP: Opened socket number 3
  16. Daemon: Master socket(), bind() and listen() all OK
  17. Daemon: Waiting for connection or message. (Mask=8 hex, max=4 hex).
  18.  
  19. albeit with no httpd.conf file present.
  20.  
  21. Now I tried to look at the server
  22.  
  23. % www http://kaos.stsci.edu:8009/
  24. www http://kaos.stsci.edu:8009/
  25. Daemon: New incoming connection:
  26. Daemon: Accepted new socket 4
  27. Daemon: Waiting for connection or message. (Mask=18 hex, max=5 hex).
  28. Message waiting on socket 4
  29. Daemon: Reading socket 4 from host 130.167.107.12
  30. Daemon: net read returned 128, errno=0
  31. Daemon: Client accepts text/plain
  32. Daemon: Client accepts text/html
  33. Daemon: Client accepts image/jpeg
  34. Daemon: Client accepts image/gif
  35. Daemon: Client accepts application/postscript
  36. New anchor 200b0 has hash 47 and address `/'
  37. HTAccess: loading document /
  38. For `/' using `/kaos/data1/gopher-data/'
  39. HTRule: ...and pass `/kaos/data1/gopher-data/'
  40. HTFile: can't stat /marian/u1/jackson/WWW///kaos/data1/gopher-data/
  41. HTAccess: Opening `/marian/u1/jackson/WWW///kaos/data1/gopher-data/' gives -1
  42. TCP: Local host name is kaos.stsci.edu
  43. FTP: Looking for /kaos/data1/gopher-data/
  44. HTTPAccess: Can't find internet node name `'.
  45. TCP: Error 0 in `errno' after call to FTP file load() failed.
  46.     Error 0
  47. **** HTAccess: socket or file number returned by obsolete load routine!
  48.      [End]
  49.  
  50.  
  51.  
  52. [1]    Exit 172             httpd -v -p 8009 -dyt /kaos/data1/gopher-data
  53.  
  54.  
  55. I get the same error when I use the www_1.4 client.
  56.  
  57. Why are HTFile and HTAccess looking at:
  58.     
  59.     /marian/u1/jackson/WWW///kaos/data1/gopher-data/
  60.  
  61.  
  62. Do I need a .html file in /kaos/data1/gopher-data ?
  63.  
  64.